home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Frontpg / data.1 / DB_EndBotASP.txt < prev    next >
Encoding:
Text File  |  1997-07-30  |  285 b   |  13 lines

  1. <%
  2.                 ' Close the loop iterating records
  3.                 fp_rs.MoveNext
  4.             Loop
  5.         End If
  6.         fp_rs.Close
  7.     ' Close the If condition checking for a connection error
  8.     End If
  9. ' Close the If condition checking for a parse error when replacing form field params
  10. End If
  11. set fp_rs = Nothing
  12. %>
  13.